Client
Managing client information.
API | Description |
---|---|
POST client |
Add a new client to Fiscaal Gemak. |
POST api/clients |
Attention! This route is deprecated, use '/client'. |
POST client/{id}/relations |
Add a new relation to a client. |
POST client/{id}/partnerrelations |
Add a new relation to a client with a partner. |
PUT client/{id}/partnerrelationsupdate |
Add a new relation to a client with a partner. |
DELETE client/{id}?partnerId={partnerId} |
Delete a relation with a partner from Fiscaal Gemak. |
POST api/clients/{id}/relations |
Attention! This route is deprecated, use '/client/{id}/relations'. |
DELETE client/{id} |
Delete a client from Fiscaal Gemak. |
DELETE api/clients/{id} |
Attention! This route is deprecated, use '/client/{id}'. |
DELETE client/{id}/relations/{relationClientId} |
Delete a relation from a client. |
DELETE api/clients/{id}/relations/{relationClientId} |
Attention! This route is deprecated, use '/client/{id}/relations/{relationClientId}'. |
GET client/{id} |
Get a client from Fiscaal Gemak. |
GET client/{id}/declarations?declarationType={declarationType}&periodStart={periodStart}&periodEnd={periodEnd} |
Get declaration(s) from Fiscaal Gemak by client. |
GET client/{id}/externaldeclarations?periodStart={periodStart}&periodEnd={periodEnd} |
Get external declaration(s) from Fiscaal Gemak by client. |
GET client?bsn={bsn}&rsin={rsin}&coc={coc}&offset={offset}&amount={amount}&modificationDateFrom={modificationDateFrom}&modificationDateTo={modificationDateTo} |
Get a client from Fiscaal Gemak by bsn, rsin, coc or get all clients. |
GET api/clients?bsn={bsn}&rsin={rsin}&coc={coc}&offset={offset}&amount={amount} |
Attention! This route is deprecated, use '/client?bsn={bsn}&rsin={rsin}'. |
GET api/clients/{id} |
Attention! This route is deprecated, use '/client/{id}'. |
GET client/{id}/relations |
Get the relations of a client. |
GET api/clients/{id}/relations |
Attention! This route is deprecated, use '/client/{id}/relations'. |
PUT client/{id} |
Update an existing client in Fiscaal Gemak. |
PUT api/clients/{id} |
Attention! This route is deprecated, use '/client/{id}'. |
GET client/deferral?year={year}&mustHaveDeferral={mustHaveDeferral}&mustHaveClientRelation={mustHaveClientRelation} |
|
ExternalDeclaration
Managing external declaration information.
API | Description |
---|---|
POST external-declaration/{id}/document |
Add a document to an existing external declaration in Fiscaal Gemak. |
POST external-declaration |
Add a new external declaration to Fiscaal Gemak. |
GET external-declaration/{id}/documents |
Get document(s) of an external declaration from Fiscaal Gemak. |
GET external-declaration/{id} |
Get a external declaration from Fiscaal Gemak. |
ClientContactPerson
Managing client contact person relationship information.
API | Description |
---|---|
POST client-contactperson |
Add a new client contact person relationship. |
DELETE client-contactperson/{clientId}/{contactPersonId} |
Delete the relationship between a client and a contact person. |
PUT client-contactperson |
Update an existing relationship between a client and a contact person. |
GET client-contactperson/{clientId} |
Get a collection of client contact persons. |
Assessment
API | Description |
---|---|
GET assessment/current/itemstates/{id} |
This feature is not available in all subscriptions. Contact your accountmanager for more information.
|
FinancialNumbersDocument
Managing financial numbers information.
API | Description |
---|---|
POST financial-numbers-document |
Add a new financial numbers document to Fiscaal Gemak. |
DeclarationData
Managing declaration information.
API | Description |
---|---|
GET declaration-data/current/itemstates/{id} |
This feature is not available in all subscriptions. Contact your accountmanager for more information. |
GET declaration-data/current/steplist?declarationType={declarationType}&year={year} |
This feature is not available in all subscriptions. Contact your accountmanager for more information.
|
Declaration
Managing declaration information.
API | Description |
---|---|
POST declaration |
Add a new declaration to Fiscaal Gemak. |
GET declaration/{id} |
Get a declaration from Fiscaal Gemak. |
GET declaration/{id}/trial-balance |
No documentation available. |
GET declaration/updates?declarationType={declarationType}&year={year} |
This feature is not available in all subscriptions. Contact your accountmanager for more information.
|
ContactPerson
Managing contact person information.
API | Description |
---|---|
POST contactperson |
Add a new contact person to Fiscaal Gemak. |
DELETE contactperson/{id} |
Delete a contact person from Fiscaal Gemak. |
PUT contactperson/{id} |
Update an existing contact person in Fiscaal Gemak. |
GET contactperson/{clientId} |
Get a collection of client contact persons. |